Skip to content

Python 2/3 compatibility#74

Open
aleskarovadi wants to merge 1 commit intoMarketSquare:masterfrom
aleskarovadi:python3
Open

Python 2/3 compatibility#74
aleskarovadi wants to merge 1 commit intoMarketSquare:masterfrom
aleskarovadi:python3

Conversation

@aleskarovadi
Copy link

Hello!

I have made changes in the code of Rammbock library which add python 2.7 and python 3.4+ compatibility and drop support of python versions less than 2.7.
Also I added configuration file for travis-ci - .travis.yml (where utests will be run).

I have tested these changes:

  • utest: all tests pass with python 2.7 and python 3;
  • atest: all critical tests pass with python 2.7, but three critical tests fail running with python 3 (atest_logs.zip).
    I haven't figured out what causes these errors. They are don't affect my project because I don't need the funtionality where the tests failed. Maybe someone will fix them, if I don't do it before.

Hope my pull request will help to add support of python 3 to this library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant